Auto merge of #2396 - sbeckeriv:network-retry-1602, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 12 May 2016 18:45:03 +0000 (11:45 -0700)
committerbors <bors@rust-lang.org>
Thu, 12 May 2016 18:45:03 +0000 (11:45 -0700)
commita4a9491224b5aab6d6718024b616176c3eaacd5b
tree2055b68ca15405a4cdbb1917c563968e9f5f5c9f
parent89a2f2b5cc6b95e278cb60c3177d854f2ef7f422
parent7b03532b4f58eea1ccdb397a1b8500fe797df198
Auto merge of #2396 - sbeckeriv:network-retry-1602, r=alexcrichton

Network retry issue 1602

Dearest Reviewer,

This branch resolves #1602 which relates to retrying network
issues automatically. There is a new utility helper for retrying
any network call.

There is a new config called net.retry value in the .cargo.config
file. The default value is 2. The documentation has also been
updated to reflect the new value.

Thanks
Becker